'Declaration
Public Property ViewRotation As RotateFlipType
public RotateFlipType ViewRotation {get; set;}
public read-write property ViewRotation: RotateFlipType;
public function get,set ViewRotation : RotateFlipType
public: __property RotateFlipType get_ViewRotation(); public: __property void set_ViewRotation( RotateFlipType value );
public: property RotateFlipType ViewRotation { RotateFlipType get(); void set ( RotateFlipType value); }